3.39 \(\int \frac{\left (A+B x^2\right ) \left (b x^2+c x^4\right )^3}{x^{16}} \, dx\)

Optimal. Leaf size=73 \[ -\frac{A b^3}{9 x^9}-\frac{b^2 (3 A c+b B)}{7 x^7}-\frac{c^2 (A c+3 b B)}{3 x^3}-\frac{3 b c (A c+b B)}{5 x^5}-\frac{B c^3}{x} \]

[Out]

-(A*b^3)/(9*x^9) - (b^2*(b*B + 3*A*c))/(7*x^7) - (3*b*c*(b*B + A*c))/(5*x^5) - (
c^2*(3*b*B + A*c))/(3*x^3) - (B*c^3)/x

_______________________________________________________________________________________

Rubi [A]  time = 0.128707, antiderivative size = 73, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083 \[ -\frac{A b^3}{9 x^9}-\frac{b^2 (3 A c+b B)}{7 x^7}-\frac{c^2 (A c+3 b B)}{3 x^3}-\frac{3 b c (A c+b B)}{5 x^5}-\frac{B c^3}{x} \]

Antiderivative was successfully verified.

[In]  Int[((A + B*x^2)*(b*x^2 + c*x^4)^3)/x^16,x]

[Out]

-(A*b^3)/(9*x^9) - (b^2*(b*B + 3*A*c))/(7*x^7) - (3*b*c*(b*B + A*c))/(5*x^5) - (
c^2*(3*b*B + A*c))/(3*x^3) - (B*c^3)/x

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.7687, size = 68, normalized size = 0.93 \[ - \frac{A b^{3}}{9 x^{9}} - \frac{B c^{3}}{x} - \frac{b^{2} \left (3 A c + B b\right )}{7 x^{7}} - \frac{3 b c \left (A c + B b\right )}{5 x^{5}} - \frac{c^{2} \left (A c + 3 B b\right )}{3 x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((B*x**2+A)*(c*x**4+b*x**2)**3/x**16,x)

[Out]

-A*b**3/(9*x**9) - B*c**3/x - b**2*(3*A*c + B*b)/(7*x**7) - 3*b*c*(A*c + B*b)/(5
*x**5) - c**2*(A*c + 3*B*b)/(3*x**3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0489465, size = 73, normalized size = 1. \[ -\frac{A b^3}{9 x^9}-\frac{b^2 (3 A c+b B)}{7 x^7}-\frac{c^2 (A c+3 b B)}{3 x^3}-\frac{3 b c (A c+b B)}{5 x^5}-\frac{B c^3}{x} \]

Antiderivative was successfully verified.

[In]  Integrate[((A + B*x^2)*(b*x^2 + c*x^4)^3)/x^16,x]

[Out]

-(A*b^3)/(9*x^9) - (b^2*(b*B + 3*A*c))/(7*x^7) - (3*b*c*(b*B + A*c))/(5*x^5) - (
c^2*(3*b*B + A*c))/(3*x^3) - (B*c^3)/x

_______________________________________________________________________________________

Maple [A]  time = 0.008, size = 66, normalized size = 0.9 \[ -{\frac{A{b}^{3}}{9\,{x}^{9}}}-{\frac{{b}^{2} \left ( 3\,Ac+Bb \right ) }{7\,{x}^{7}}}-{\frac{3\,bc \left ( Ac+Bb \right ) }{5\,{x}^{5}}}-{\frac{{c}^{2} \left ( Ac+3\,Bb \right ) }{3\,{x}^{3}}}-{\frac{B{c}^{3}}{x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((B*x^2+A)*(c*x^4+b*x^2)^3/x^16,x)

[Out]

-1/9*A*b^3/x^9-1/7*b^2*(3*A*c+B*b)/x^7-3/5*b*c*(A*c+B*b)/x^5-1/3*c^2*(A*c+3*B*b)
/x^3-B*c^3/x

_______________________________________________________________________________________

Maxima [A]  time = 1.38105, size = 101, normalized size = 1.38 \[ -\frac{315 \, B c^{3} x^{8} + 105 \,{\left (3 \, B b c^{2} + A c^{3}\right )} x^{6} + 189 \,{\left (B b^{2} c + A b c^{2}\right )} x^{4} + 35 \, A b^{3} + 45 \,{\left (B b^{3} + 3 \, A b^{2} c\right )} x^{2}}{315 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^4 + b*x^2)^3*(B*x^2 + A)/x^16,x, algorithm="maxima")

[Out]

-1/315*(315*B*c^3*x^8 + 105*(3*B*b*c^2 + A*c^3)*x^6 + 189*(B*b^2*c + A*b*c^2)*x^
4 + 35*A*b^3 + 45*(B*b^3 + 3*A*b^2*c)*x^2)/x^9

_______________________________________________________________________________________

Fricas [A]  time = 0.204761, size = 101, normalized size = 1.38 \[ -\frac{315 \, B c^{3} x^{8} + 105 \,{\left (3 \, B b c^{2} + A c^{3}\right )} x^{6} + 189 \,{\left (B b^{2} c + A b c^{2}\right )} x^{4} + 35 \, A b^{3} + 45 \,{\left (B b^{3} + 3 \, A b^{2} c\right )} x^{2}}{315 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^4 + b*x^2)^3*(B*x^2 + A)/x^16,x, algorithm="fricas")

[Out]

-1/315*(315*B*c^3*x^8 + 105*(3*B*b*c^2 + A*c^3)*x^6 + 189*(B*b^2*c + A*b*c^2)*x^
4 + 35*A*b^3 + 45*(B*b^3 + 3*A*b^2*c)*x^2)/x^9

_______________________________________________________________________________________

Sympy [A]  time = 4.89557, size = 80, normalized size = 1.1 \[ - \frac{35 A b^{3} + 315 B c^{3} x^{8} + x^{6} \left (105 A c^{3} + 315 B b c^{2}\right ) + x^{4} \left (189 A b c^{2} + 189 B b^{2} c\right ) + x^{2} \left (135 A b^{2} c + 45 B b^{3}\right )}{315 x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x**2+A)*(c*x**4+b*x**2)**3/x**16,x)

[Out]

-(35*A*b**3 + 315*B*c**3*x**8 + x**6*(105*A*c**3 + 315*B*b*c**2) + x**4*(189*A*b
*c**2 + 189*B*b**2*c) + x**2*(135*A*b**2*c + 45*B*b**3))/(315*x**9)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.210145, size = 107, normalized size = 1.47 \[ -\frac{315 \, B c^{3} x^{8} + 315 \, B b c^{2} x^{6} + 105 \, A c^{3} x^{6} + 189 \, B b^{2} c x^{4} + 189 \, A b c^{2} x^{4} + 45 \, B b^{3} x^{2} + 135 \, A b^{2} c x^{2} + 35 \, A b^{3}}{315 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^4 + b*x^2)^3*(B*x^2 + A)/x^16,x, algorithm="giac")

[Out]

-1/315*(315*B*c^3*x^8 + 315*B*b*c^2*x^6 + 105*A*c^3*x^6 + 189*B*b^2*c*x^4 + 189*
A*b*c^2*x^4 + 45*B*b^3*x^2 + 135*A*b^2*c*x^2 + 35*A*b^3)/x^9